Crate historian

source ·
Expand description

A zero-config simple histogram collector. ~160ns/collection with a random input, ~65ns/collection on already existing metrics. Uses logarithmic bucketing rather than sampling have bounded (generally <0.5%) error percentiles.

Structs

A histogram collector that uses zero-configuration logarithmic buckets.